home *** CD-ROM | disk | FTP | other *** search
/ Champak 64 / Volume 64 - JOGO DISK .iso / Games / annakournikovadress.swf / scripts / frame_1 / DoAction.as
Text File  |  2008-04-07  |  337b  |  15 lines

  1. stop();
  2. loader_mc.onEnterFrame = function()
  3. {
  4.    var _loc3_ = this._parent;
  5.    var _loc2_ = _loc3_.getBytesLoaded() / _loc3_.getBytesTotal();
  6.    trace(_loc2_);
  7.    _loc3_.bar_text = int(_loc2_ * 100);
  8.    this._xscale = int(_loc2_ * 100);
  9.    if(_loc2_ == 1)
  10.    {
  11.       this.onEnterFrame = null;
  12.       gotoAndPlay(2);
  13.    }
  14. };
  15.